home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / processes / system < prev    next >
Encoding:
Text File  |  1992-12-17  |  455 b   |  11 lines

  1.  
  2.  
  3.           system command
  4.                Executes command via the system(3) call.  Differs from
  5.                exec in that system doesn't return the executed
  6.                command's standard output as the result string, and
  7.                system goes through the default shell to provide
  8.                wildcard expansion, redirection, etc, as is normal from
  9.                an sh command line.  The exit code of the command is
  10.                returned.
  11.